func go/types.isUntyped
20 uses
go/types (current package)
assignments.go#L43: if isUntyped(x.typ) {
assignments.go#L168: if isUntyped(typ) {
assignments.go#L314: case isUntyped(t): // => *Basic
builtins.go#L275: if isUntyped(x.typ) {
builtins.go#L278: if isUntyped(y.typ) {
builtins.go#L454: if isUntyped(x.typ) {
builtins.go#L1096: assert(!isUntyped(res))
conversions.go#L102: if isUntyped(x.typ) {
expr.go#L338: if !final && isUntyped(typ) {
expr.go#L393: if isUntyped(target) {
expr.go#L625: if allInteger(x.typ) || isUntyped(x.typ) && xval != nil && xval.Kind() == constant.Int {
expr.go#L650: if isUntyped(y.typ) {
expr.go#L667: case isUntyped(y.typ):
expr.go#L716: if isUntyped(x.typ) {
index.go#L283: if isUntyped(x.typ) {
operand.go#L162: if isUntyped(x.typ) {
operand.go#L332: if isUntyped(Vu) {
predicates.go#L98: func isUntyped(t Type) bool {
recording.go#L36: if isUntyped(typ) {
typexpr.go#L532: if isUntyped(x.typ) || isInteger(x.typ) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)